Intersoft WebTextEditor Documentation
Data Binding
See Also Send Feedback
Intersoft WebTextEditor > WebTextEditor > Data Binding

Glossary Item Box

WebTextEditor can be used as an item template of data bound controls. When it is used as the item template, the data can be bound using the same approach used when using .NET controls as item template. WebTextEditor can also be integrated as insert and edit template of data bound controls. Simply bind the data item to Content property, as shown in the following snippet.

< ISWebTextEditor : WebTextEditor ID="WebTextEditor1" runat="server" Height="200px" Width="500px" Content='<%# Bind("Notes") %>'> 

This approach is not yet supported when multiple sections is enabled.

In This Section

How-to: Use WebTextEditor as Item Template of DetailsView

How-to: Integrate WebTextEditor in FormView

See Also

©2013. All Rights Reserved.